With the help of SQL commands you can control the database directly, and can also create and edit tables and queries.
SQL コマンドを使って、データベースを直接管理できるほか、テーブルとクエリーの作成、編集も可能です。
![]() | Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system.
データベースタイプによっては、サポートされていない SQL ステートメントもあります。使用しているデータベースシステムがサポートしている SQL コマンドを参照してください。 |
Choose File - Open to open a database file.
ファイル → 開く を選択してデータベースファイルを開きます。
Choose Tools - SQL.
ツール → SQL を選択します。
Click the Create Query in SQL View icon
or
SQL ビューでのクエリーの作成アイコン
をクリックするか、
Select an existing query from the list and click the Edit icon
.
リストから既存のクエリーを選択し、編集アイコン
をクリックします。
In the Query window, choose View - Switch Design View On/Off. Edit the SQL command.
クエリー ウィンドウで 表示 → デザインビューのオン / オフ切り換え を選択します。SQL コマンドを編集します。
Click the Run icon
. The result of the query is displayed in the upper window.
実行アイコン
をクリックします。クエリーの結果は、上のウィンドウに表示されます。
Click the Save or Save As icon
to save the query.
保存または名前を付けて保存アイコン
をクリックしてクエリーを保存します。